toggle menu
IntelliJ Platform Gradle Plugin
2.0.0-beta8
jvm
switch theme
search in API
IntelliJ Platform Gradle Plugin
/
org.jetbrains.intellij.platform.gradle.models
/
BundledPlugins
Bundled
Plugins
@
Serializable
data
class
BundledPlugins
(
val
plugins
:
List
<
BundledPlugin
>
=
mutableListOf()
)
Members
Constructors
Bundled
Plugins
Link copied to clipboard
constructor
(
plugins
:
List
<
BundledPlugin
>
=
mutableListOf()
)
Properties
plugins
Link copied to clipboard
val
plugins
:
List
<
BundledPlugin
>